diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:38:53 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-27 15:38:53 -0600 |
| commit | dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e (patch) | |
| tree | 74c871dc070406d4ec81242147744b661fb714c3 /args/args.go | |
| parent | 97efd2a3740412ec78a018da4fe068c141c9d1ec (diff) | |
| download | hatecomputers.club-dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e.tar.gz hatecomputers.club-dd7bb4cfdebd5c85a5a9c94abb4a3c0e4fe3657e.zip | |
blinkies
Diffstat (limited to 'args/args.go')
| -rw-r--r-- | args/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/args/args.go b/args/args.go index 64dee35..fe06f28 100644 --- a/args/args.go +++ b/args/args.go @@ -29,8 +29,8 @@ func GetArgs() (*Arguments, error) { databasePath := flag.String("database-path", "./hatecomputers.db", "Path to the SQLite database") templatePath := flag.String("template-path", "./templates", "Path to the template directory") staticPath := flag.String("static-path", "./static", "Path to the static directory") - scheduler := flag.Bool("scheduler", false, "Run scheduled jobs via cron") + scheduler := flag.Bool("scheduler", false, "Run scheduled jobs via cron") server := flag.Bool("server", false, "Run the server") migrate := flag.Bool("migrate", false, "Run the migrations") |
