-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving the vs CLI with correct profile handling, removed obsolete …
…subcommands, implemented a temporary help file
- Loading branch information
checkroom
committed
Nov 21, 2024
1 parent
75a481c
commit aea7b4a
Showing
2 changed files
with
42 additions
and
14 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,16 @@ | ||
Using VS | ||
======== | ||
|
||
- **help**: this command. | ||
- **version**: to display versions of the dependencies it has been built with. | ||
- **run**: `vs run FILE_PATH` to run an application. | ||
- **test**: `vs test FILE_PATH ACTIONS_PATH ` to test an application. | ||
- **editor**: to quickly run the embedded editor. | ||
- **hub**: to open the use hub. | ||
|
||
If no argument is provided, it will open the default `hub` page. | ||
|
||
Variables of environment | ||
------------------------ | ||
|
||
To be written |
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