-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from tiktok/fix-completion
Fix completion
- Loading branch information
Showing
5 changed files
with
54 additions
and
8 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
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
23 changes: 23 additions & 0 deletions
23
build-tests/sparo-completion-test/etc/sparo-top-level-2-completion.txt
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,23 @@ | ||
Running "sparo --get-yargs-completions sparo ": | ||
auto-config:Automatic setup optimized git config | ||
list-profiles:List all available profiles or query profiles that contain the specified project name | ||
init-profile:Initialize a new profile. | ||
clone:Clone a repository into a new directory | ||
checkout:Updates files in the working tree to match the version in the index or the specified tree. If no pathspec was given, git checkout will also update HEAD to set the specified branch as the current branch. | ||
fetch:fetch remote branch to local | ||
pull:Incorporates changes from a remote repository into the current branch. | ||
git-clone:original git clone command | ||
git-checkout:original git checkout command | ||
git-fetch:original git fetch command | ||
git-pull:original git pull command | ||
add:add file contents to the index | ||
branch:list, create, or delete branches | ||
commit:record changes to the repository | ||
diff:show changes between commits, commit and working tree, etc | ||
log:show commit logs | ||
merge:join two or more development histories together | ||
push:update remote refs along with associated objects | ||
rebase:forward-port local commits to the updated upstream head | ||
reset:reset current HEAD to the specified state | ||
restore:restore working tree files | ||
status:show the working tree status |
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
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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "sparo", | ||
"comment": "Fix an edge case for shell completion", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "sparo" | ||
} |
fa688a5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployment Information
The website has been deployed at 2024-08-27 10:43:48 PDT