> ## Documentation Index
> Fetch the complete documentation index at: https://docs.same.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Global Flags

> Flags available to all commands

The following flags are available to all `same` commands.

## `--version`

**Short flag:** `-v`

Prints the version information of the `same` CLI tool and exits.

```bash theme={null}
same --version
```

## `--help`

**Short flag:** `-h`

Displays help information for the current command.

```bash theme={null}
same --help
same run --help
```
