Skip to content

Commit

Permalink
feat(cli): simplify default template value
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <[email protected]>
  • Loading branch information
quantumsheep committed Mar 4, 2024
1 parent a8ef8c2 commit 71416dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ struct Args {
#[arg(
short,
long,
default_value = "ssh \"{{{name}}}\"{{#if port}} -p {{port}}{{/if}}"
default_value = "ssh \"{{{name}}}\""
)]
template: String,

Expand Down

0 comments on commit 71416dd

Please sign in to comment.