File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
examples/command-examples Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ commands:
66
66
# over how the examples are displayed. Note the use of the '|-' marker
67
67
# that tells YAML to use the string as is, including the newlines it contains.
68
68
examples : |-
69
- Upload a file
70
- $ cli upload profile.png --user admin
69
+ Upload a file
70
+ $ cli upload profile.png -u admin -p s3cr3t
71
71
72
- Upload a file and prompt for password
73
- $ cli upload profile.png -u admin -p
72
+ Upload a file (you will be prompted to provide a password)
73
+ $ cli upload profile.png --user admin
74
74
` ` `
75
75
76
76
Original file line number Diff line number Diff line change @@ -49,9 +49,10 @@ commands:
49
49
# over how the examples are displayed. Note the use of the '|-' marker
50
50
# that tells YAML to use the string as is, including the newlines it contains.
51
51
examples : |-
52
- Upload a file
52
+ Upload a file
53
+ $ cli upload profile.png -u admin -p s3cr3t
54
+
55
+ Upload a file (you will be prompted to provide a password)
53
56
$ cli upload profile.png --user admin
54
57
55
- Upload a file and prompt for password
56
- $ cli upload profile.png -u admin -p
57
58
You can’t perform that action at this time.
0 commit comments