We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d0c49 commit 1570c02Copy full SHA for 1570c02
README.md
@@ -30,10 +30,10 @@ import synopt from "synopt";
30
synopt
31
.name("mkwebmanifest") // optional, for usage banner
32
.summary("Generate icons and web manifest for web applications")
33
- .option("-i", "--icon", "source icon file")
+ .option("-i", "--icon ICON", "source icon file")
34
.option("-n", "--name", "name of the web application", { repeat: true })
35
- .option("--config", "configuration file")
36
- .option("--outdir", "directory path for generated files")
+ .option("--config FILE", "configuration file")
+ .option("--outdir <directory>", "directory path for generated files")
37
.option("--verbose", "more output", { boolean: true })
38
.option("-h", "--help", "print help", { boolean: true });
39
0 commit comments