Skip to content

Commit 6eb6538

Browse files
committed
shellcheck all examples
1 parent b673396 commit 6eb6538

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Runfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,30 @@ end
3333

3434
def examples
3535
[
36+
"examples/catch_all/download",
37+
"examples/catch_all_advanced/cli",
3638
"examples/colors/colorly",
3739
"examples/command-default/ftp",
3840
"examples/command-groups/ftp",
41+
"examples/commands-nested/cli",
3942
"examples/commands/cli",
4043
"examples/config-ini/configly",
4144
"examples/custom-includes/download",
4245
"examples/custom-strings/download",
46+
"examples/default-values/convert",
4347
"examples/dependencies/cli",
4448
"examples/docker-like/docker",
4549
"examples/environment-variables/cli",
50+
"examples/extensible-delegate/mygit",
51+
"examples/extensible/cli",
4652
"examples/git-like/git",
4753
"examples/minimal/download",
4854
"examples/minus-v/cli",
4955
"examples/multiline/multi",
56+
"examples/whitelist/login",
5057
"examples/yaml/yaml",
58+
"spec/fixtures/workspaces/catch-all-no-args/download",
59+
"spec/fixtures/workspaces/flag-args-with-dash/argflag",
5160
"spec/fixtures/workspaces/short-command-code/rush",
5261
]
5362
end

0 commit comments

Comments
 (0)