Fix wrong name
This commit is contained in:
parent
83fb65aef5
commit
ba7059a2dc
|
@ -65,7 +65,7 @@ public:
|
||||||
Shell spawn(StringView cmdline,
|
Shell spawn(StringView cmdline,
|
||||||
const Context& context,
|
const Context& context,
|
||||||
bool open_stdin,
|
bool open_stdin,
|
||||||
const ShellContext& shell_complete = {});
|
const ShellContext& shell_context = {});
|
||||||
|
|
||||||
Vector<String> get_val(StringView name, const Context& context) const;
|
Vector<String> get_val(StringView name, const Context& context) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user