slint/tools
Tobias Hunger d79894769b viewer: Prettify help output
The options in sixtyfps-viewer --help used to look like this:

```
OPTIONS:
        --backend <backend>                         The rendering backend [default: ]
    -I <include path for other .60 files>...
        --load-data <load data file>                Load properties from a json file ('-' for stdin)
        --save-data <save data file>                Store properties values in a json file at exit ('-' for stdout)
        --style <style name>                        The style name ('native', 'fluent', or 'ugly') [default: ]
```

This patch removes the useless "[default: ]" part. These are options,
so even without this text it should be very obvious that the `--style`
and the `--backend` parameters are indeed optional.
2021-10-05 21:40:13 +02:00
..
compiler Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
figma_import Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
fmt Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
lsp Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
online_editor Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
syntax_updater Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
viewer viewer: Prettify help output 2021-10-05 21:40:13 +02:00