enum Mint::Cli::Format::Status

Overview

The status of a file.

Defined in:

commands/format.cr

Enum Members

NotFormatted = 0
Formatted = 1
Same = 2

Instance Method Summary

Instance Method Detail

def formatted? #

[View source]
def not_formatted? #

[View source]
def same? #

[View source]