mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4883 from ethereum/docs_json_urls_allow_paths
Mention in docs that standard json url files need --allow-paths
This commit is contained in:
commit
c9f50b36aa
@ -83,6 +83,8 @@ Input Description
|
|||||||
[
|
[
|
||||||
"bzzr://56ab...",
|
"bzzr://56ab...",
|
||||||
"ipfs://Qma...",
|
"ipfs://Qma...",
|
||||||
|
// If files are used, their directories should be added to the command line via
|
||||||
|
// `--allow-paths <path>`.
|
||||||
"file:///tmp/path/to/file.sol"
|
"file:///tmp/path/to/file.sol"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user