Skip to content

Commit

Permalink
add popper run short -s flag for --substitution (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayjeetAtGithub committed Jul 11, 2020
1 parent 4075c7a commit bed6500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/popper/commands/cmd_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
is_flag=True,
)
@click.option(
"-s",
"--substitution",
help="A key-value pair defining a substitution. " "Can be given multiple times.",
required=False,
Expand Down

0 comments on commit bed6500

Please sign in to comment.