File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111Special-character shortcut commands (beyond cmd's "@" and "!")
1212Settable environment parameters
1313Parsing commands with `argparse` argument parsers (flags)
14- Redirection to file with >, >>; input from file with <
14+ Redirection to file or paste buffer (clipboard) with > or >>
1515Easy transcript-based testing of applications (see examples/example.py)
1616Bash-style ``select`` available
1717
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def clean_all(context):
176176namespace_clean .add_task (clean_all , 'all' )
177177
178178@invoke .task
179- def tag (context , name = '' , message = '' ):
179+ def tag (context , name , message = '' ):
180180 "Add a Git tag and push it to origin"
181181 # If a tag was provided on the command-line, then add a Git tag and push it to origin
182182 if name :
You can’t perform that action at this time.
0 commit comments