Skip to content

Commit

Permalink
Add streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaton committed Dec 6, 2023
1 parent f54890d commit 8cea7d9
Show file tree
Hide file tree
Showing 9 changed files with 575 additions and 6 deletions.
4 changes: 2 additions & 2 deletions general.json.gz
Git LFS file not shown
1 change: 1 addition & 0 deletions general.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ stack
stow
strace
stream
streamlit
stress-ng
strings
strip
Expand Down
2 changes: 1 addition & 1 deletion general/bash
Submodule bash updated 1 files
+129 −0 completions/streamlit
2 changes: 1 addition & 1 deletion general/fish
Submodule fish updated 1 files
+161 −0 completions/streamlit.fish
2 changes: 1 addition & 1 deletion general/json/rake.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"rake","description":"make-like build utility for Ruby","usage":"rake [-f rakefile] [options] targets ...","options":[{"names":["-m","--multitask"],"argument":"","description":"Treat all tasks as multitasks."},{"names":["-B","--build-all"],"argument":"","description":"Build all prerequisites, including those which are up-to-date."},{"names":["-j","--jobs"],"argument":"num_jobs","description":"Specifies the maximum number of tasks to execute in parallel (default is number of CPU cores + 4)."},{"names":["-I","--libdir"],"argument":"libdir","description":"Include libdir in the search path for required modules."},{"names":["-r","--require"],"argument":"module","description":"Require module before executing rakefile."},{"names":["-f","--rakefile"],"argument":"filename","description":"Use filename as the rakefile to search for."},{"names":["-N","--no-search","--nosearch"],"argument":"","description":"Do not search parent directories for the Rakefile."},{"names":["-G","--no-system","--nosystem"],"argument":"","description":"Use standard project Rakefile search paths, ignore system wide rakefiles."},{"names":["-R","--rakelib","--rakelibdir"],"argument":"rakelibdir","description":"Auto-import any .rake files in rakelibdir (default is ‘rakelib’)"},{"names":["-g","--system"],"argument":"","description":"Use system-wide (global) rakefiles (usually ~/.rake/*.rake)."},{"names":["--backtrace"],"argument":"out","description":"Enable full backtrace. out can be stderr (default) or stdout."},{"names":["-t","--trace"],"argument":"out","description":"Turn on invoke/execute tracing, enable full backtrace. out can be stderr (default) or stdout."},{"names":["--suppress-backtrace"],"argument":"pattern","description":"Suppress backtrace lines matching regexp pattern. Ignored if --trace is on."},{"names":["--rules"],"argument":"","description":"Trace the rules resolution."},{"names":["-n","--dry-run"],"argument":"","description":"Do a dry run without executing actions."},{"names":["-T","--tasks"],"argument":"[pattern]","description":"Display the tasks (matching optional pattern) with descriptions, then exit."},{"names":["-D","--describe"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-W","--where"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-P","--prereqs"],"argument":"","description":"Display the tasks and dependencies, then exit."},{"names":["-e","--execute"],"argument":"code","description":"Execute some Ruby code and exit."},{"names":["-p","--execute-print"],"argument":"code","description":"Execute some Ruby code, print the result, then exit."},{"names":["-E","--execute-continue"],"argument":"code","description":"Execute some Ruby code, then continue with normal task processing."},{"names":["-v","--verbose"],"argument":"","description":"Log message to standard output."},{"names":["-q","--quiet"],"argument":"","description":"Do not log messages to standard output."},{"names":["-s","--silent"],"argument":"","description":"Like --quiet, but also suppresses the ‘in directory’ announcement."},{"names":["-X","--no-deprecation-warnings"],"argument":"","description":"Disable the deprecation warnings."},{"names":["--comments"],"argument":"","description":"Show commented tasks only"},{"names":["-A","--all"],"argument":"","description":"Show all tasks, even uncommented ones (in combination with -T or -D)"},{"names":["--job-stats"],"argument":"[level]","description":"Display job statistics. If level is ‘history’, displays a complete job list."},{"names":["-V","--version"],"argument":"","description":"Display the program version."},{"names":["-h","-H","--help"],"argument":"","description":"Display a help message."}],"version":"rake, version 13.0.6"}
{"name":"rake","description":"make-like build utility for Ruby","usage":"rake [-f rakefile] [options] targets ...","options":[{"names":["-m","--multitask"],"argument":"","description":"Treat all tasks as multitasks."},{"names":["-B","--build-all"],"argument":"","description":"Build all prerequisites, including those which are up-to-date."},{"names":["-j","--jobs"],"argument":"num_jobs","description":"Specifies the maximum number of tasks to execute in parallel (default is number of CPU cores + 4)."},{"names":["-I","--libdir"],"argument":"libdir","description":"Include libdir in the search path for required modules."},{"names":["-r","--require"],"argument":"module","description":"Require module before executing rakefile."},{"names":["-f","--rakefile"],"argument":"filename","description":"Use filename as the rakefile to search for."},{"names":["-N","--no-search","--nosearch"],"argument":"","description":"Do not search parent directories for the Rakefile."},{"names":["-G","--no-system","--nosystem"],"argument":"","description":"Use standard project Rakefile search paths, ignore system wide rakefiles."},{"names":["-R","--rakelib","--rakelibdir"],"argument":"rakelibdir","description":"Auto-import any .rake files in rakelibdir (default is ‘rakelib’)"},{"names":["-g","--system"],"argument":"","description":"Use system-wide (global) rakefiles (usually ~/.rake/*.rake)."},{"names":["--backtrace"],"argument":"out","description":"Enable full backtrace. out can be stderr (default) or stdout."},{"names":["-t","--trace"],"argument":"out","description":"Turn on invoke/execute tracing, enable full backtrace. out can be stderr (default) or stdout."},{"names":["--suppress-backtrace"],"argument":"pattern","description":"Suppress backtrace lines matching regexp pattern. Ignored if --trace is on."},{"names":["--rules"],"argument":"","description":"Trace the rules resolution."},{"names":["-n","--dry-run"],"argument":"","description":"Do a dry run without executing actions."},{"names":["-T","--tasks"],"argument":"[pattern]","description":"Display the tasks (matching optional pattern) with descriptions, then exit."},{"names":["-D","--describe"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-W","--where"],"argument":"[pattern]","description":"Describe the tasks (matching optional pattern), then exit."},{"names":["-P","--prereqs"],"argument":"","description":"Display the tasks and dependencies, then exit."},{"names":["-e","--execute"],"argument":"code","description":"Execute some Ruby code and exit."},{"names":["-p","--execute-print"],"argument":"code","description":"Execute some Ruby code, print the result, then exit."},{"names":["-E","--execute-continue"],"argument":"code","description":"Execute some Ruby code, then continue with normal task processing."},{"names":["-v","--verbose"],"argument":"","description":"Log message to standard output."},{"names":["-q","--quiet"],"argument":"","description":"Do not log messages to standard output."},{"names":["-s","--silent"],"argument":"","description":"Like --quiet, but also suppresses the ‘in directory’ announcement."},{"names":["-X","--no-deprecation-warnings"],"argument":"","description":"Disable the deprecation warnings."},{"names":["--comments"],"argument":"","description":"Show commented tasks only"},{"names":["-A","--all"],"argument":"","description":"Show all tasks, even uncommented ones (in combination with -T or -D)"},{"names":["--job-stats"],"argument":"[level]","description":"Display job statistics. If level is ‘history’, displays a complete job list."},{"names":["-V","--version"],"argument":"","description":"Display the program version."},{"names":["-h","-H","--help"],"argument":"","description":"Display a help message."}],"version":"rake, version 13.0.6","tldr":"> A Make-like program for Ruby.\n> Tasks for `rake` are specified in a Rakefile.\n> More information: <https://ruby.github.io/rake>.\n\n- Run the `default` Rakefile task:\n\n`rake`\n\n- Run a specific task:\n\n`rake {{task}}`\n\n- Execute `n` jobs at a time in parallel (number of CPU cores + 4 by default):\n\n`rake --jobs {{n}}`\n\n- Use a specific Rakefile:\n\n`rake --rakefile {{path/to/Rakefile}}`\n\n- Execute `rake` from another directory:\n\n`rake --directory {{path/to/directory}}`\n"}
Loading

0 comments on commit 8cea7d9

Please sign in to comment.