Skip to content

Commit

Permalink
Add documentation for --input-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Feb 11, 2024
1 parent 48d2e21 commit f4b63ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/startuptime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Arguments ~

* `--hidden` prevents the output table from being generated. This may be useful
when |:StartupTime| is being run for its side effects (see |startuptime-api|).
* `--input-file` specifies a file with the output generated by running (n)vim
with the |--startuptime| argument. This can be used instead of having the
plugin obtain this information. The argument can't be combined with `--tries`.
* `--sort` and `--no-sort` specify whether events are sorted.
* `--sourcing-events` and `--no-sourcing-events` specify whether sourcing
events are included.
Expand All @@ -68,6 +71,7 @@ Arguments ~
>
:StartupTime
\ [--hidden]
\ [--input-file STRING]
\ [--sort] [--no-sort]
\ [--sourcing-events] [--no-sourcing-events]
\ [--other-events] [--no-other-events]
Expand Down

0 comments on commit f4b63ae

Please sign in to comment.