mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
98f4e49669
This feature add the ability to repeat a string a given number of times. For example: string repeat -n 3 foo
7 lines
286 B
Text
7 lines
286 B
Text
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'
|