<?php
namespace nur\cli\impl;

class SimpleDest {
  public $args;

  function reset(): void {
    $this->args = null;
  }
}