Skip to content

Commit

Permalink
feat(docker): completions and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Nov 18, 2023
1 parent efa4601 commit f5c7bd9
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 -x -i -D -U summary commit explore"
opts="-n -y -v -h -x -d -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 @@ -41,6 +41,10 @@ While using *try* you can choose to commit the result to the filesystem or compl

: Prevent network access (by unsharing the network namespace).

-d

: Enable support of overlayfs backed systems i.e. docker.


## Options

Expand Down

0 comments on commit f5c7bd9

Please sign in to comment.