github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/commands/murex-update-exe-list.md (about)

     1  # `murex-update-exe-list`
     2  
     3  > Forces Murex to rescan $PATH looking for executables
     4  
     5  ## Description
     6  
     7  On application launch, Murex scans and caches all the executables found in
     8  $PATH on your host. Murex then does regular scans there after. However if
     9  you want to force a new scan (for example you've just installed a new
    10  program and you want it to appear in tab completion) then you can run `murex-update-exe-list`.
    11  
    12  ## Usage
    13  
    14  ```
    15  murex-update-exe-list
    16  ```
    17  
    18  ## Examples
    19  
    20  ```
    21  ยป murex-update-exe-list
    22  ```
    23  
    24  ## Detail
    25  
    26  Murex will automatically update the exe list each time tab completion is
    27  invoked for command name completion via the REPL shell.
    28  
    29  ## See Also
    30  
    31  * [`cpuarch`](../commands/cpuarch.md):
    32    Output the hosts CPU architecture
    33  * [`cpucount`](../commands/cpucount.md):
    34    Output the number of CPU cores available on your host
    35  * [`os`](../commands/os.md):
    36    Output the auto-detected OS name
    37  
    38  <hr/>
    39  
    40  This document was generated from [builtins/core/management/functions_doc.yaml](https://github.com/lmorg/murex/blob/master/builtins/core/management/functions_doc.yaml).