Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple options in a single command #65

Closed
forbesmyester opened this issue Sep 25, 2019 · 1 comment · Fixed by #67
Closed

Multiple options in a single command #65

forbesmyester opened this issue Sep 25, 2019 · 1 comment · Fixed by #67

Comments

@forbesmyester
Copy link

Hi, Love the project.

Was expecting the following to work:

% fileinsubdir

# Cat a file in a subdir
cat -f <dir>/<file>

$ dir: find . -maxdepth 1 -type d --- --column 1
$ file: find "$dir" -maxdepth 1 -type f --- column 1

However it just prompts me for input

$ navi
dir file:

I think it thinks there's one option called "dir file" instead of two?

Likewise the MySQL ones just prompt for

$ navi
user database path:

And even entering three values, seperated by spaces just causes it to keep printing out the same thing until ^C.

Tried with both HEAD and v0.9.2

@welcome
Copy link

welcome bot commented Sep 25, 2019

Thanks for opening your first issue here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant