Module: CalendarAssistant::Config::Keys::Options
- Defined in:
- lib/calendar_assistant/config.rb
Overview
Options are ephemeral command-line flag settings which may
have a value in DEFAULT_SETTINGS below
Constant Summary collapse
- COMMITMENTS =
bool
"commitments"
- JOIN =
bool
"join"
- CALENDARS =
array of calendar ids (comma-delimited)
"calendars"
- LOCAL_STORE =
filename
"local-store"
- DEBUG =
bool
"debug"
- FORMATTING =
Rainbow
"formatting"
- MUST_BE =
array of event predicates (comma-delimited)
"must-be"
- MUST_NOT_BE =
array of event predicates (comma-delimited)
"must-not-be"
- CONTEXT =
symbol referring to command context
"context"
- FORCE =
bool
"force"