set basic layout. adding status bar
This commit is contained in:
16
node_modules/bower/lib/templates/json/help-cache/clean.json
generated
vendored
Normal file
16
node_modules/bower/lib/templates/json/help-cache/clean.json
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"command": "cache clean",
|
||||
"description": "Cleans cached packages.",
|
||||
"usage": [
|
||||
"cache clean [<options>]",
|
||||
"cache clean <name> [<name> ...] [<options>]",
|
||||
"cache clean <name>#<version> [<name>#<version> ..] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
15
node_modules/bower/lib/templates/json/help-cache/list.json
generated
vendored
Normal file
15
node_modules/bower/lib/templates/json/help-cache/list.json
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"command": "cache list",
|
||||
"description": "Lists cached packages.",
|
||||
"usage": [
|
||||
"cache list [<options>]",
|
||||
"cache list <name> [<name> ...] [<options>]"
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"shorthand": "-h",
|
||||
"flag": "--help",
|
||||
"description": "Show this help message"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user