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
Currently if I install taplo-cli without any default options many additional crates such as http are downloaded. I'd like to have a very small, clean binary which does only formatting without anything else.
Option to create my own binary is fine as well mostly as a last resort, as I prefer to have an official one.
The text was updated successfully, but these errors were encountered:
- make `lint` subcommand a feature-gated, enabled
by default; only available to build, it will not
be distributed by default, if it introduces a
regression, it will be reverted; closes#694
- remove `atty` dependency, use `IsTerminal` from
stdlib (available since rust 1.70)
- clean-up code a bit, make `lsp` subcommand fail
properly as no subcommand found since the errors
are swallowed somewhere before reaching stderr
- remove references to `reqwest::Url`, use
`url::Url` exclusively
- make `lint` subcommand a feature-gated, enabled
by default; only available to build, it will not
be distributed by default, if it introduces a
regression, it will be reverted; closes#694
- clean-up code a bit, make `lsp` subcommand fail
properly as no subcommand found since the errors
are swallowed somewhere before reaching stderr
- remove references to `reqwest::Url`, use
`url::Url` exclusively
- make `lint` subcommand a feature-gated, enabled
by default; only available to build, it will not
be distributed by default, if it introduces a
regression, it will be reverted; closes#694
- clean-up code a bit, make `lsp` subcommand fail
properly as no subcommand found since the errors
are swallowed somewhere before reaching stderr
- remove references to `reqwest::Url`, use
`url::Url` exclusively
Currently if I install
taplo-cli
without any default options many additional crates such ashttp
are downloaded. I'd like to have a very small, clean binary which does only formatting without anything else.Option to create my own binary is fine as well mostly as a last resort, as I prefer to have an official one.
The text was updated successfully, but these errors were encountered: