Skip to content
Snippets Groups Projects

Fix enumerated list and add error "command not found" solution

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • requested review from @laurent.heirendt

  • No, because we did not agreed :smile: Let me try to explain myself one more time :)

    I do not like commands written in the way:
    /Users/firstname.lastname/.aspera/ascli/sdk/ascp -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/newfolder /temp because I do not understand which part of them should stay and which part should go. And I believe this past of how-to-card is for people like me. If they are more advanced they can find a solution by themselves.
    I prefer the way <path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>. This way is more clear for me. However, Vilem wanted a real (dummy) path.

    I proposed to have a path with <> and an image as illustration of real example:

    ### Command-Line error "command not found: ascp" ###
    
    Run <code>ascli config ascp show</code> to show path of <code>ascp</code>.
    
    Modify command with the path instead of <code>ascp</code>:<br>
    Here is an example of *download* command<br>
    `<path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>`
    
    Here is a real example of the command with mentioned modifications:
    ![image](/uploads/0e1fc47adf4bb02c2614f7df30c52472/image.png)

    In how to card it will look like the following: `

    Command-Line error "command not found: ascp"

    Run ascli config ascp show to show path of ascp.

    Modify command with the path instead of ascp:
    Here is an example of download command
    <path> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>

    Here is a real example of the command with mentioned modifications: image `

    Edited by Marina Popleteeva
  • @Vilem what do you think?

  • Vilem Ded approved this merge request

    approved this merge request

  • ok @marina.popleteeva :) lets keep also the screenshot. Although, I still don't understand how a git tracked code block with terminal-like output example is different to a screenshot.

    Also, if I were you, I would not include your real username ;)

  • If I may say so: let's not include the screenshot. It looks very different on people's machine, and it just leads to confusion

  • added 1 commit

    Compare with previous version

  • @laurent.heirendt we came to a conclusion on this issue :) You can merge now.

  • added 1 commit

    Compare with previous version

  • Marina Popleteeva resolved all threads

    resolved all threads

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading