Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Release blocker unblock: cli help fixes #1016

Merged
merged 14 commits into from Feb 15, 2019
Merged

Release blocker unblock: cli help fixes #1016

merged 14 commits into from Feb 15, 2019

Conversation

Connoropolous
Copy link
Collaborator

@Connoropolous Connoropolous commented Feb 15, 2019

I'd also like to get that tiny bit of extra feedback for hc keygen in, since its really opaque at the moment.

@Connoropolous Connoropolous changed the title cli help fixes Release blocker unblock: cli help fixes Feb 15, 2019
cli/src/main.rs Outdated Show resolved Hide resolved
Nicolas Luck and others added 2 commits February 15, 2019 07:34
make it cross platform relevant

Co-Authored-By: Connoropolous <connorturland@gmail.com>
@@ -59,14 +58,6 @@ pub fn generate(zome_name: &PathBuf, language: &str) -> DefaultResult<()> {
_ => bail!("unsupported language: {}", language),
}

// CLI feedback
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

moved this into the rust zome generator code itself

@zippy zippy merged commit ca0889e into develop Feb 15, 2019
@zippy zippy removed the review label Feb 15, 2019
#[test]
#[cfg(not(windows))]
Copy link
Contributor

Choose a reason for hiding this comment

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

@Connoropolous for future reference please use #[cfg(feature = "broken-tests")] as we might never fix #[cfg(not(windows))] flags

@zippy zippy deleted the cli-help-fixes branch July 5, 2019 13:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants