Skip to content

Commit

Permalink
Initial draft of profile metadata format & CLI (#17)
Browse files Browse the repository at this point in the history
* Initial draft of profile metadata format

* Remove records, add Clippy to Nix, fix Clippy error

* Work on profile definition

* BREAKING: Make global settings consistent with profile settings

* Add builder methods & format

* Integrate launching with profiles

* Add profile loading

* Launching via profile, API tweaks, and yak shaving

* Incremental update, committing everything due to personal system maintainance

* Prepare for review cycle

* Remove reminents of experimental work

* CLI: allow people to override the non-empty directory check

* Fix mistake in previous commit

* Handle trailing whitespace and newlines in prompts

* Revamp prompt to use dialoguer and support defaults

* Make requested changes
  • Loading branch information
enderger authored Mar 29, 2022
1 parent 98aa66f commit d1070ca
Show file tree
Hide file tree
Showing 27 changed files with 1,823 additions and 332 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ node_modules/
.svelte-kit/
theseus_gui/build/
WixTools

[#]*[#]

# TEMPORARY: ignore my test instance and metadata
theseus_cli/launcher
theseus_cli/foo
176 changes: 175 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1070ca

Please sign in to comment.