You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(econia) econia % aptos move document -h
--collapsed-sections
Whether details should be put into collapsed sections. This is not supported by all
markdown, but the github dialect. Defaults to true
With the --collapsed-sections option defaulting to true, there is no way to set it as false:
(econia) econia % aptos move document --collapsed-sections=false
error: The value 'false' was provided to '--collapsed-sections' but it wasn't expecting any more valuesaptos move document [OPTIONS]For more information try --help(econia) econia %
Hence there is no way to generate DocGen files with uncollapsed sections.
Per the
aptos
CLI:(econia) econia % aptos move document -h --collapsed-sections Whether details should be put into collapsed sections. This is not supported by all markdown, but the github dialect. Defaults to true
With the
--collapsed-sections
option defaulting totrue
, there is no way to set it as false:Hence there is no way to generate DocGen files with uncollapsed sections.
@wrwg @gregnazario @alinush @davidiw
The text was updated successfully, but these errors were encountered: