aboutsummaryrefslogtreecommitdiff
path: root/ardmk-init.1
diff options
context:
space:
mode:
authorJohn Whittington <john.whittington@cruxproductdesign.com>2017-11-07 16:54:34 +0000
committerJohn Whittington <john.whittington@cruxproductdesign.com>2017-11-07 16:54:34 +0000
commitd874c59103fc9619df906c0f967bcfa539325592 (patch)
tree69568bd9bc85e7aed5808996d16e141039b3ca93 /ardmk-init.1
parent78d11c66782dde22b5eeca00867aeebb3ff0f1bb (diff)
ardmk-init runs without prompt by default, cli arg added to avoid clint dependency
Diffstat (limited to 'ardmk-init.1')
-rw-r--r--ardmk-init.112
1 files changed, 6 insertions, 6 deletions
diff --git a/ardmk-init.1 b/ardmk-init.1
index 87f0382..bb83fd2 100644
--- a/ardmk-init.1
+++ b/ardmk-init.1
@@ -1,4 +1,4 @@
-.TH ARDMK-INIT "1" "Oct 2017" "ardmk-init" "Arduino Makefile Generator"
+.TH ARDMK-INIT "1" "Nov 2017" "ardmk-init" "Arduino Makefile Generator"
.SH NAME
ardmk-init - Generate Arduino Makefile environments
@@ -29,8 +29,8 @@ Monitor port.
.B \-n, \-\-name
Project name.
-.B \-q, \-\-quiet
-Run quiet without user prompts.
+.B \-\-cli
+Run with user prompts rather than arguments.
.B \-p, \-\-project
Create boilerplate project with src, lib and bin folder structure.
@@ -42,11 +42,11 @@ Create bare minimum Arduino source file.
Creates a Makefile and project tree structure from templates.
.SH EXAMPLE
-ardmk-init -qb uno # create Arduino uno Makefile quietly
+ardmk-init -b uno # create Arduino uno Makefile
.PP
-ardmk-init # run with user prompts
+ardmk-init --cli # run with user prompts
.PP
-ardmk-init --board uno --project --template --name my-project --quiet # create Arduino uno project and template with name "my-project"
+ardmk-init --board uno --project --template --name my-project # create Arduino uno project and template with name "my-project"
.SH BUGS
Problems may reported on the github project page at: