refactor: rename RootConfig to CliOptions (#15007)

This commit is contained in:
David Sherret 2022-06-29 11:51:11 -04:00 committed by GitHub
parent 1328a56230
commit 8c4420c005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 138 additions and 132 deletions

View file

@ -122,7 +122,7 @@ pub async fn print_docs(
doc_parser.parse_source(
&source_file_specifier,
MediaType::Dts,
get_types(ps.config.unstable()).into(),
get_types(ps.options.unstable()).into(),
)
} else {
let module_specifier = resolve_url_or_path(&source_file)?;