class AocCli::Errors::PartNil

Public Instance Methods

message() click to toggle source
# File lib/aoc_cli/errors.rb, line 85
                        def message
                                <<~error
                                #{ERROR}: No part value.
                                Check the .meta file or pass it manually with the #{"-p".yellow} or #{"--part".yellow} flags
                                error
                        end