mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
docs: the options arg in ls_files is not optional for now
This commit is contained in:
parent
69e4714419
commit
63aac64604
@ -289,7 +289,7 @@ module.exports = class Repo
|
|||||||
#
|
#
|
||||||
# files - Array of String paths; or a String path (optional).
|
# files - Array of String paths; or a String path (optional).
|
||||||
# options - An Object of command line arguments to pass to
|
# options - An Object of command line arguments to pass to
|
||||||
# `git ls-files` (optional).
|
# `git ls-files`.
|
||||||
# callback - Receives `(err,stdout)`.
|
# callback - Receives `(err,stdout)`.
|
||||||
#
|
#
|
||||||
ls_files: (files, options, callback) ->
|
ls_files: (files, options, callback) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user