zhenech<p>Huh, there is really no way in <a href="https://chaos.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://chaos.social/tags/argparse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>argparse</span></a> to say "print full help, not only usage when an error occurs"?</p><p>I mean, besides<br>```<br>parser = argparse.ArgumentParser()<br>parser.format_usage = parser.format_help<br>```<br>(or similar monstrosities)</p>