Super-Simple Includes Documentation

v0.244.0

ssi version

Version Command

Display the SSI version.

ssi version
                

Options

  • --short - Just the version number
  • --ssi - SSI version details
  • --unicode - Unicode version supported

Short Form

Or use the short form:

ssi -V
                ssi --version
                

Use Cases

This is useful for:

  • Bug reports
  • Compatibility checking
  • CI/CD scripts

Examples

# Show both SSI and Unicode versions
                ssi version
                
                # Just the version number
                ssi version --short
                
                # SSI version details
                ssi version --ssi
                
                # Unicode version supported
                ssi version --unicode
                

For complete argument details: ssi version --help