# Auto select choices from selectable prompt command (list, library, followed-list) In case you didn't want to be prompted, you can use this feature ! ```shell # Automatically select position 1 mangadex-dl "insert keyword here" -s --input-pos "1" # Select all mangadex-dl "insert keyword here" -s --input-pos "*" ```