Skip to content

Commit 0210b27

Browse files
authored
Autocomplete runshell and run_wizard in the REPL (#956)
1 parent a17b714 commit 0210b27

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/BinaryBuilder.jl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ export ArchiveSource, FileSource, GitSource, DirectorySource
3232
# Auditor.jl
3333
export audit, collect_files, collapse_symlinks
3434

35-
# Import some useful stuff from BinaryBuilderBase
36-
import BinaryBuilderBase: runshell
35+
# Autocomplete BinaryBuilder.runshell
36+
const runshell = BinaryBuilderBase.runshell
3737

3838
include("Auditor.jl")
3939
include("Wizard.jl")
4040

4141
using OutputCollectors, BinaryBuilderBase, .Auditor, .Wizard
4242

43+
# Autocomplete BinaryBuilder.run_wizard
44+
const run_wizard = Wizard.run_wizard
45+
4346
include("AutoBuild.jl")
4447
include("Declarative.jl")
4548
include("Logging.jl")

0 commit comments

Comments
 (0)