jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Provide alternative syntax for start.jar --download

Open joakime opened this issue 4 years ago • 6 comments
trafficstars

Jetty version 9.4.x

Description Currently, the --download=<arg> command line argument has a syntax in the <arg> with a pipe symbol |. This complicates usage on a command line as it's a special character interpreted by the shell.

Consider an alternative (optional) character that can be used in the <arg> section.

joakime avatar Feb 11 '21 15:02 joakime

Related to #5944

joakime avatar Feb 15 '21 14:02 joakime

List of reserved characters for Windows.

https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file

joakime avatar Mar 04 '21 16:03 joakime

Unfortunately every alternative character to be used as a separator is interpreted by shells in a way or another, so | seems to be the best choice considering that we have to escape anyway.

: is not suitable (as we have basehome: or C: on Windows ! is interpreted by bash as a command of some sort > is redirection etc.

sbordet avatar Mar 04 '21 16:03 sbordet

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 01 '22 00:06 github-actions[bot]

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 03 '23 00:06 github-actions[bot]

This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Jun 03 '24 00:06 github-actions[bot]