-
-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove shell completion support (#447)
tabtab is rather buggy and the alternative, commander-completion, needs a custom completion script to be written and maintained.
- Loading branch information
1 parent
ac04cf9
commit 6c6c798
Showing
5 changed files
with
17 additions
and
77 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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3949,7 +3949,7 @@ init-package-json@~1.9.4: | |
validate-npm-package-license "^3.0.1" | ||
validate-npm-package-name "^3.0.0" | ||
|
||
[email protected], inquirer@^1.0.2: | ||
[email protected]: | ||
version "1.2.3" | ||
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-1.2.3.tgz#4dec6f32f37ef7bb0b2ed3f1d1a5c3f545074918" | ||
dependencies: | ||
|
@@ -4721,10 +4721,6 @@ lodash.defaults@^4.0.1, lodash.defaults@^4.2.0: | |
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" | ||
|
||
lodash.difference@^4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" | ||
|
||
lodash.endswith@^4.0.1, lodash.endswith@^4.2.1: | ||
version "4.2.1" | ||
resolved "https://registry.yarnpkg.com/lodash.endswith/-/lodash.endswith-4.2.1.tgz#fed59ac1738ed3e236edd7064ec456448b37bc09" | ||
|
@@ -4826,7 +4822,7 @@ lodash.union@~4.6.0: | |
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" | ||
|
||
lodash.uniq@^4.5.0, lodash.uniq@~4.5.0: | ||
lodash.uniq@~4.5.0: | ||
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
|
||
|
@@ -5712,7 +5708,7 @@ [email protected]: | |
gauge "~2.7.3" | ||
set-blocking "~2.0.0" | ||
|
||
"[email protected] || 1 || 2", npmlog@^2.0.3, npmlog@~2.0.4: | ||
"[email protected] || 1 || 2", npmlog@~2.0.4: | ||
version "2.0.4" | ||
resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-2.0.4.tgz#98b52530f2514ca90d09ec5b22c8846722375692" | ||
dependencies: | ||
|
@@ -7509,19 +7505,6 @@ table@^3.7.8: | |
slice-ansi "0.0.4" | ||
string-width "^2.0.0" | ||
|
||
tabtab@^2.2.1: | ||
version "2.2.2" | ||
resolved "https://registry.yarnpkg.com/tabtab/-/tabtab-2.2.2.tgz#7a047f143b010b4cbd31f857e82961512cbf4e14" | ||
dependencies: | ||
debug "^2.2.0" | ||
inquirer "^1.0.2" | ||
lodash.difference "^4.5.0" | ||
lodash.uniq "^4.5.0" | ||
minimist "^1.2.0" | ||
mkdirp "^0.5.1" | ||
npmlog "^2.0.3" | ||
object-assign "^4.1.0" | ||
|
||
[email protected]: | ||
version "2.7.2" | ||
resolved "https://registry.yarnpkg.com/taffydb/-/taffydb-2.7.2.tgz#7bf8106a5c1a48251b3e3bc0a0e1732489fd0dc8" | ||
|