-
Notifications
You must be signed in to change notification settings - Fork 810
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
sc-cli's Cors
is not available publicly
#2885
Comments
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 11, 2024
Trivial refactoring, fixes #2885
bgallois
pushed a commit
to duniter/duniter-polkadot-sdk
that referenced
this issue
Mar 25, 2024
Trivial refactoring, fixes paritytech#2885
bkchr
pushed a commit
that referenced
this issue
Apr 10, 2024
* Move generic CLI logic to separate crate * Move and rename `CliChain` trait definition Move it to `relay-substrate-client` * Move generic cli logic to substrate-relay-helper * Fix docs warnings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a few data structures in
sc-cli
for CLI purposes, many of which are inarg_enums
module, butCors
data structure for some reason is onlyrun_cmd
and while it is technically public, it is not re-exported and thus is not actually reachable from the outside.Should it be moved to
arg_enums
or be re-exported fromrun_cmd
?The text was updated successfully, but these errors were encountered: