Skip to content

Format

Terminal window
nubo format <file|directory>

You can pass files or directories.

Terminal window
nubo format main.nubo
nubo format src

When a file is passed, Nubo formats that file.

Terminal window
nubo format main.nubo

When a directory is passed, Nubo walks through the directory and formats the files inside it.

Terminal window
nubo format src

For each formatted file, Nubo prints:

Formatted path/to/file.nubo

If no file or directory is provided, Nubo prints the command help.

Terminal window
nubo format