allow -h flags for export subcommands (#6189)

* allow `-h` flags for `export` subcommands

* remove unnecessary check

* add tests

* fmt
This commit is contained in:
pwygab
2022-08-02 23:26:16 +08:00
committed by GitHub
parent 56069af42d
commit 233afebdf0
3 changed files with 38 additions and 3 deletions

View File

@ -17,6 +17,7 @@ mod empty;
mod enter;
mod error_make;
mod every;
mod export_def;
mod find;
mod first;
mod flatten;