-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(list): Improve usability of
list
command
I often find myself typing `qri list me/my_dataset` when I should be using `qri get me/my_dataset`. Currently this is an error, because `list` expects its parameter to be only a peername (whose datasets to list), but we can do better. Instead, split the parameter into peername and a dataset name to be used like a filter over the list results.
- Loading branch information
Showing
1 changed file
with
31 additions
and
7 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