fish-shell/tests/string.err
Greynad 98f4e49669 Add string 'repeat' subcommand
This feature add the ability to repeat a string a given number of times.
For example: string repeat -n 3 foo
2017-03-12 20:30:36 -07:00

8 lines
286 B
Plaintext

string repeat: Invalid count value '-1'
string repeat: Invalid max value '-1'
string repeat: Argument 'notanumber' is not a number
string repeat: Argument 'notanumber' is not a number
string repeat: Too many arguments
string repeat: Expected argument
string repeat: Unknown option '-l'