Commit d2f733b 1 parent 39e4922 commit d2f733b Copy full SHA for d2f733b
File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ let exits = Common.exits
24
24
25
25
let envs = Common. envs
26
26
27
- let man_xrefs = [ `Main ; `Cmd " new" ; `Cmd " gen " ]
27
+ let man_xrefs = [ `Main ; `Cmd " new" ]
28
28
29
29
let man =
30
30
[ `S Manpage. s_description
@@ -35,8 +35,8 @@ let man =
35
35
; `P
36
36
" Unless `--ignore-config` is used, the configuration values stored in \
37
37
`\\ $SPIN_CONFIG_DIR/config` will be used when creating new projects \
38
- (with spin-new(1)) or components (with spin-gen(2)) and the user will \
39
- not be prompted for configuration that have been saved."
38
+ (with spin-new(1)) and the user will not be prompted for configuration \
39
+ that have been saved."
40
40
]
41
41
42
42
let info = Term. info " config" ~doc ~sdocs ~exits ~envs ~man ~man_xrefs
Original file line number Diff line number Diff line change 14
14
15
15
Available Commands :
16
16
config Update the current user's configuration
17
- gen Generate a new component in the current project
18
17
ls List the official templates
19
18
new Generate a new project from a template
20
19
@@ -59,11 +58,10 @@ let man =
59
58
" The following commands will create a new command line interface and \
60
59
generate a subcommand $(b,my-cmd) in it."
61
60
; `Noblank
62
- ; `Pre
63
- {|
61
+ ; `Pre {|
64
62
\$ spin new cli my- cli
65
63
\$ cd my- cli
66
- \$ spin gen cmd my - cmd | }
64
+ \$ make build | }
67
65
; `S Manpage. s_common_options
68
66
; `S Manpage. s_exit_status
69
67
; `S Manpage. s_environment
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ that will be saved in `$SPIN_CONFIG_DIR/config`
49
49
50
50
Unless ` --ignore-config ` is used, the configuration values stored in
51
51
` $SPIN_CONFIG_DIR/config ` will be used when creating new projects (with
52
- ` new ` ) or components (with ` gen ` ) and the user will not be
53
- prompted for configuration that have been saved.
52
+ ` new ` ) and the user will not be prompted for configuration that have
53
+ been saved.
54
54
55
55
### Options
56
56
You can’t perform that action at this time.
0 commit comments