We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6001f commit 33fc41aCopy full SHA for 33fc41a
README.md
@@ -44,13 +44,15 @@ Initial setup of a GAMADV-XTD3 project and GYB project is required to provide ne
44
45
```bash
46
$ compiler-admin init -h
47
-usage: compiler-admin init [-h] username
+usage: compiler-admin init [-h] [--gam] [--gyb] username
48
49
positional arguments:
50
- username The user's account name, sans domain.
+ username A Compiler user account name, sans domain.
51
52
options:
53
-h, --help show this help message and exit
54
+ --gam If provided, initialize a new GAM project.
55
+ --gyb If provided, initialize a new GYB project.
56
```
57
58
The `init` commands follows the steps in the [GAMADV-XTD3 Wiki](https://github.com/taers232c/GAMADV-XTD3/wiki/#requirements).
0 commit comments