mirror of
https://github.com/foss42/apidash.git
synced 2025-06-21 06:40:08 +08:00
minor refactor
This commit is contained in:
@ -3,3 +3,7 @@ import 'package:shlex/shlex.dart' as shlex;
|
||||
List<String> splitAsCommandLineArgs(String command) {
|
||||
return shlex.split(command);
|
||||
}
|
||||
|
||||
String? clean(String? url) {
|
||||
return url?.replaceAll('"', '').replaceAll("'", '');
|
||||
}
|
||||
|
Reference in New Issue
Block a user