[Notes] [Git][BuildStream/buildstream][master] 2 commits: cli.py: add a hint about '--' to 'bst shell' help



Title: GitLab

Angelos Evripiotis pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_frontend/cli.py
    ... ... @@ -554,6 +554,12 @@ def shell(app, element, sysroot, mount, isolate, build_, cli_buildtree, command)
    554 554
         element, assuming it has already been built and all required
    
    555 555
         artifacts are in the local cache.
    
    556 556
     
    
    557
    +    Use '--' to separate a command from the options to bst,
    
    558
    +    otherwise bst may respond to them instead. e.g.
    
    559
    +
    
    560
    +    \b
    
    561
    +        bst shell example.bst -- df -h
    
    562
    +
    
    557 563
         Use the --build option to create a temporary sysroot for
    
    558 564
         building the element instead.
    
    559 565
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]