Skip to content

Commit

Permalink
feat(net): add docs and autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 27, 2023
1 parent 535fd32 commit 7d6599e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion completions/try.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _try() {

case "${cmd}" in
(try)
opts="-n -y -v -h -i -D -U summary commit explore"
opts="-n -y -v -h -x -i -D -U summary commit explore"
if [[ ${cur} == -* || ${COMP_CWORD} -eq 1 ]]
then
COMPREPLY=( $(compgen -W "${opts}" -- "${cur}") )
Expand Down
4 changes: 4 additions & 0 deletions docs/try.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ While using *try* you can choose to commit the result to the filesystem or compl

: Show a usage message (and exit).

-x

: Unshare the network namespace.


## Options

Expand Down

0 comments on commit 7d6599e

Please sign in to comment.