You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stop sorting CLI options
https://github.com/urfave/cli/releases/tag/v2.19.2
* Update to latest `urfave/cli/v2`
Less bugs, more features
$ go get -u github.com/urfave/cli/v2
go: upgraded github.com/urfave/cli/v2 v2.19.3 => v2.25.7
* Update docs/CLI.md and fix tests
Copy file name to clipboardExpand all lines: docs/CLI.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,8 @@ COMMANDS:
34
34
help, h Shows a list of commands or help for one command
35
35
36
36
GLOBAL OPTIONS:
37
-
--help, -h show help (default: false)
38
-
--version, -v print the version (default: false)
39
-
37
+
--help, -h show help
38
+
--version, -v print the version
40
39
```
41
40
42
41
## `scip convert`
@@ -69,9 +68,6 @@ DESCRIPTION:
69
68
70
69
You may want to filter the output using `grep -v <pattern>`
71
70
to narrow down on certain classes of errors.
72
-
73
-
OPTIONS:
74
-
--help, -h show help (default: false)
75
71
```
76
72
77
73
## `scip print`
@@ -88,7 +84,6 @@ DESCRIPTION:
88
84
Do not rely on the output of this command in scripts
89
85
90
86
OPTIONS:
91
-
--help, -h show help (default: false)
92
87
--json Output in JSON format (default: false)
93
88
```
94
89
@@ -108,12 +103,11 @@ DESCRIPTION:
108
103
and symbol information.
109
104
110
105
OPTIONS:
111
-
--comment-syntax value Comment syntax to use for snapshot files (default: "//")
112
106
--from value Path to SCIP index file (default: "index.scip")
113
-
--help, -hshow help (default: false)
107
+
--to valuePath to output directory for snapshot files (default: "scip-snapshot")
114
108
--project-root value Override project root in the SCIP file. For example, this can be helpful when the SCIP index was created inside a Docker image or created on another computer
115
109
--strict If true, fail fast on errors (default: true)
116
-
--to value Path to output directory for snapshot files (default: "scip-snapshot")
110
+
--comment-syntax value Comment syntax to use for snapshot files (default: "//")
0 commit comments