-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7abcb88
commit 84e5cc9
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
sidebar_label: "config" | ||
--- | ||
## aspect config | ||
|
||
Displays details of configurations. | ||
|
||
``` | ||
aspect config [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for config | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--aspect:config string User-specified Aspect CLI config file. /dev/null indicates that all further --aspect:config flags will be ignored. | ||
--aspect:interactive Interactive mode (e.g. prompts for user input) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [aspect](aspect.md) - Aspect CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ COMMAND_LIST = [ | |
"build", | ||
"canonicalize-flags", | ||
"clean", | ||
"config", | ||
"configure", | ||
"coverage", | ||
"cquery", | ||
|