mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 08:39:37 +08:00
98f4e49669
This feature add the ability to repeat a string a given number of times. For example: string repeat -n 3 foo
8 lines
286 B
Plaintext
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'
|