Skip to content
Snippets Groups Projects
Verified Commit beaf3beb authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds plain, non-optional argument to cli syntax

parent b96643ed
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,10 @@ ...@@ -281,7 +281,10 @@
# sub-command # sub-command
git status git status
# optional # argument
git diff README.md
# optional argument
git diff [--staged] git diff [--staged]
``` ```
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment