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

Make the arguments more UNIX like. #596

Open
bw9ubwo opened this issue Nov 8, 2024 · 0 comments
Open

Make the arguments more UNIX like. #596

bw9ubwo opened this issue Nov 8, 2024 · 0 comments

Comments

@bw9ubwo
Copy link

bw9ubwo commented Nov 8, 2024

Currently, multiple arguments must be passed as one string.

ssh <server> repo import xyz '<url> -n "<name>" -d "description"'

This feels a little wired for a shell command and also breaks the syntax highlighting/completion for shells/editors.

The more known and user-friendly syntax will be without the surrounding ``

ssh <server> repo import xyz <url> -n "<name>" -d "description"
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

No branches or pull requests

1 participant