mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
builtin.cpp: update template builtin function
This commit is contained in:
parent
1cb69e6f5c
commit
c32032757e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
//
|
||||
// 1). Create a function in builtin.c with the following signature:
|
||||
//
|
||||
// <tt>static int builtin_NAME( parser_t &parser, wchar_t ** args )</tt>
|
||||
// <tt>static int builtin_NAME(parser_t &parser, io_streams_t &streams, wchar_t **argv)</tt>
|
||||
//
|
||||
// where NAME is the name of the builtin, and args is a zero-terminated list of arguments.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue