Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/features/te-cli/te-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ Format DAX or M/Power Query expressions.
- `-t, --type <kind>` - disambiguate when the path matches multiple table-children.
- `--lang <lang>` - expression language: `dax` (default) or `m`/`pq` for Power Query.
- `--semicolons` - use semicolons as list separators (European locale).
- `--long` - use long format (more line breaks). Default is short.
- `--long` - use long format (fewer line breaks). Default is short.
- `--no-space-after-function` - skip the space after function names.
- `--save` / `--save-to` - persist formatted expressions.

Expand Down
Loading