mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
Fixed the completion of --flamegraph
(#502)
This commit is contained in:
parent
ac1750246c
commit
e580af935b
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ export extern "typst compile" [
|
||||||
input: path # Path to the input file
|
input: path # Path to the input file
|
||||||
output?: path # Path to the output file
|
output?: path # Path to the output file
|
||||||
--open # Opens the output file after compilation using the default PDF viewer
|
--open # Opens the output file after compilation using the default PDF viewer
|
||||||
--flamegraph?: path # Produces a flamegraph of the compilation process and saves it to the given file or to `flamegraph.svg` in the current working directory
|
--flamegraph # Produces a flamegraph of the compilation process and saves it to the given file or to `flamegraph.svg` in the current working directory
|
||||||
--help(-h) # Print help
|
--help(-h) # Print help
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ export extern "typst watch" [
|
||||||
input: path # Path to the input file
|
input: path # Path to the input file
|
||||||
output?: path # Path to the output file
|
output?: path # Path to the output file
|
||||||
--open # Opens the output file after compilation using the default PDF viewer
|
--open # Opens the output file after compilation using the default PDF viewer
|
||||||
--flamegraph?: path # Produces a flamegraph of the compilation process and saves it to the given file or to `flamegraph.svg` in the current working directory
|
--flamegraph # Produces a flamegraph of the compilation process and saves it to the given file or to `flamegraph.svg` in the current working directory
|
||||||
--help(-h) # Print help
|
--help(-h) # Print help
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue