mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 16:47:49 +08:00
builtin.cpp: update template builtin function
This commit is contained in:
parent
1cb69e6f5c
commit
c32032757e
|
@ -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 New Issue
Block a user