Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BudgetMaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
BudgetMaster
Wiki
Command line options & settings
Changes
Page history
Wiki actions
New page
Templates
Clone repository
Update Command line options & settings
authored
Nov 21, 2020
by
Robert Goldmann
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Command-line-options-&-settings.md
+6
-2
6 additions, 2 deletions
Command-line-options-&-settings.md
with
6 additions
and
2 deletions
Command-line-options-&-settings.md
0 → 100644
View page @
3a5a090c
## Command line options
-
`--debugFolder`
All artifacts (database, settings, log, ...) will be saved in
`%appdata%\Deadlocker\BudgetMaster\debug`
-
`--customFolder="C:/myAwesomeFolder`
Allows to specify a custom folder wehre all articafacts will be saved.
-
Must be absolute.
-
The specified folder and all parent directories will be created if they do not exist
## Settings
-
`use.simple.datepicker=true`
default:
`false`
Disables the graphical datepicker while creating/editing transactions.
-
Date must be entered manually.
-
repeating end date is no longer verified to be after start date.
-
Allowed input formats are
`DD.MM.YY`
,
`DD.MM.YYYY`
,
`DDMMYYYY`
and
`DDMMYY`
-
If only
`DD.MM.YY`
is inserted the year is automatically converted to the 20XX.
-
missing dots will be added automatically
\ No newline at end of file
This diff is collapsed.
Click to expand it.