-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
There's no way to scape single or double-quotes.
e.g:
➜ yaml_cli git:(master) yaml_cli -l branches '"release/v20.5.1"'
branches:
- '"release/v20.5.1"'
➜ yaml_cli git:(master) yaml_cli -l branches \'"release/v20.5.1"\'
branches:
- '''release/v20.5.1'''
➜ yaml_cli git:(master) yaml_cli -l branches ""release/v20.5.1""
branches:
- release/v20.5.1
➜ yaml_cli git:(master) yaml_cli -l branches "\"release/v20.5.1"\"
branches:
- '"release/v20.5.1"'
➜ yaml_cli git:(master) yaml_cli -l branches \"release/v20.5.1\"
branches:
- '"release/v20.5.1"'
➜ yaml_cli git:(master) yaml_cli -l branches '\"release/v20.5.1\"'
branches:
- \"release/v20.5.1\"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels