File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,11 +54,10 @@ dev <-options> [project] [arguments] ...
5454```
5555
5656` dev ` 's custom commands are saved in the cmd directory, and the file extension
57- must be ` .bash ` , In the help topic it is named ** cmd-file** .
57+ must be ` .bash ` , In the help topic it is named ** cmd-file** . In each command
58+ file, ** cmd-func** is prefixed with * cmd_ * .
5859
59- In each command file, ** cmd-func** is prefixed with * cmd_ * .
60-
61- ## Examples
60+ ## Example command
6261
6362Create a new command to copy the following text to the file ~ /dev/cmd/demo.bash:
6463
@@ -76,6 +75,8 @@ dev demo helloworld
7675
7776In the above command, ** demo** is cmd-file. ** helloworld** is cmd-func.
7877
78+ > You can save all project-related commands in the cmd directory.
79+
7980More examples, see the files in th [ cmd] ( https://github.com/liudng/dev/tree/master/cmd ) directory.
8081
8182## Multi-project
@@ -84,6 +85,8 @@ Using dev to manage multiple projects is very easy.
8485
8586...
8687
88+ More project examples, see the [ sys] ( https://github.com/liudng/sys ) project.
89+
8790## Copyright
8891
8992Copyright 2017 The dev Authors. All rights reserved.
You can’t perform that action at this time.
0 commit comments