mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Factor function environment preparation into its own function
This commit is contained in:
@@ -137,12 +137,6 @@ size_t parse_util_get_offset_from_line(const wcstring &str, int line);
|
||||
*/
|
||||
size_t parse_util_get_offset(const wcstring &str, int line, long line_offset);
|
||||
|
||||
/**
|
||||
Set the argv environment variable to the specified null-terminated
|
||||
array of strings.
|
||||
*/
|
||||
void parse_util_set_argv(const wchar_t * const *argv, const wcstring_list_t &named_arguments);
|
||||
|
||||
/**
|
||||
Make a duplicate of the specified string, unescape wildcard
|
||||
characters but not performing any other character transformation.
|
||||
|
||||
Reference in New Issue
Block a user