Skip to content

Pass the filepath in the sapio-cli configuration. #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions contrib/settings-generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ enum Preferences {
},
/// # File
/// Use a custom config file
File {
/// # Configuration File:
config: FilePicker,
},
File(FilePicker),
/// # Default
/// Use sapio-cli's default settings configuration
Default,
Expand Down
3 changes: 3 additions & 0 deletions src/Miniscript/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package was not compiling with the stable toolchain.

channel = "nightly"

Loading