Skip to content

Commit

Permalink
Adding doc notes on where some files originated from
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Aug 17, 2023
1 parent c1dd488 commit d8d1219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/cli/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! Frequency CLI library.
// File originally from https://github.com/paritytech/cumulus/blob/master/parachain-template/node/src/cli.rs

use crate::{ExportMetadataCmd, ExportRuntimeVersionCmd};
use std::path::PathBuf;

Expand Down
2 changes: 2 additions & 0 deletions node/cli/src/command.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// File originally from https://github.com/paritytech/cumulus/blob/master/parachain-template/node/src/command.rs

use crate::{
benchmarking::{inherent_benchmark_data, RemarkBuilder},
cli::{Cli, RelayChainCli, Subcommand},
Expand Down

2 comments on commit d8d1219

@rlaferla
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be helpful to know the Cumulus version/date/tag/etc...

@wilwade
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@rlaferla I thought about it, but we do various modifications, so I felt that was just going to age quickly and likely not be updated so being more confusing than just the simple link to the master branch. This way it isn't going to go out of date until the file is moved/edited on cumulus.

Please sign in to comment.