2 Repos
Allowing users to dynamically append flags, formatting options, and environment variables to shell commands.
Distinct from Command Options: Distinct from Command Options: provides the mechanism for dynamic runtime modification of CLI flags rather than just documentation of available options.
Explore 2 awesome GitHub repositories matching development tools & productivity · Customizable Execution Flags. Refine with filters or upvote what's useful.
Dieses Projekt ist ein Profiling-Dienstprogramm, das in Rust geschrieben wurde und Funktions-Call-Stacks erfasst, transformiert und visualisiert, um System-Performance-Engpässe zu identifizieren. Es fungiert als Sampling-Profiler-Wrapper, der rohe Profiling-Daten in interaktive Flamegraphs konvertiert, bei denen es sich um hierarchische Karten des Ressourcenverbrauchs handelt. Das Tool bietet eine spezialisierte Integration mit dem Rust-Build-System, um Binärdateien und Performance-Benchmarks zu profilieren. Es ermöglicht zudem benutzerdefinierte Profiling-Konfigurationen, wodurch Benutzer Standard-System-Profiling-Tools oder Aufzeichnungs-Flags überschreiben können, um zu steuern, wie Daten gesammelt werden. Das Dienstprogramm unterstützt Anwendungs-Performance-Monitoring und Binär-Ausführungsanalysen. Es kann Performance-Daten erfassen, indem es sich an eine aktive Prozess-ID anhängt, um eine laufende Anwendung zu analysieren, ohne einen Neustart zu erfordern.
Provides the ability to override default sampling flags with custom shell commands for data collection.
vim-test is a Vim extension and multi-language test orchestrator that automatically detects and executes test suites directly from the editor. It functions as a configurable framework for triggering CLI-based testing across diverse programming languages, mapping source files to their corresponding tests and running them via language-specific tools. The system distinguishes itself through a customizable runner framework that allows for the definition of custom execution logic and flags. It utilizes a pluggable architecture to support various testing frameworks and languages by mapping identifi
Allows users to append custom flags, formatting options, and environment variables to the test execution command.